Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix selecting AnimationTree node not changing bottom panel #93659

Closed

Conversation

sys010611
Copy link

@sys010611 sys010611 commented Jun 27, 2024

Fixes #93455

Changed AnimationPlayerEditorPlugin to handle only AnimationPlayer.

Copy link
Member

@TokageItLab TokageItLab left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should never be merged.

Because AnimationTree has been able to have its own AnimationLibrary since 4.2, it is necessary to use AnimationPlayerEditor to edit it.

So what needs to be fixed is the display priority issue, not the disabling of AnimationTree's use of AnimationPlayerEditor.

Although #93632 approach is more right than this PR, but the problem is how to define the order. Maybe a new API for defining order is needed somewhere.

@TokageItLab TokageItLab removed this from the 4.3 milestone Jun 30, 2024
@AThousandShips AThousandShips added this to the 4.x milestone Jun 30, 2024
@KoBeWi
Copy link
Member

KoBeWi commented Jul 2, 2024

Yeah this makes it impossible to editor AnimationTree's animations, because the editor does not receive the selected tree.

@akien-mga
Copy link
Member

Closing then as this is not the correct approach. Thanks for the contribution!

@akien-mga akien-mga closed this Jul 3, 2024
@akien-mga akien-mga removed this from the 4.x milestone Jul 3, 2024
@sys010611 sys010611 deleted the fix-animation-tree-node branch July 4, 2024 12:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Selecting AnimationTree Node didn't jump to the bottom panel of AnimationTree
5 participants